home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / fe.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  39 lines

  1. <search function="fe">
  2.   <name>The File Extension Source</name>
  3.   <description>
  4.     Lookup the meaning of Windows/DOS file extensions.<br/>
  5.     <div class="helpboxDescLabels">Usage:</div>
  6.       <table class="helpboxDescTable">
  7.           <tr><td>fe {[a..z] | num | sym }</td></tr>
  8.       </table>
  9.     <div class="helpboxDescLabels">Example:</div>
  10.     <table class="helpboxDescTable">
  11.           <tr><td>fe D</td></tr>
  12.       <tr><td>fe sym</td></tr>
  13.       </table>
  14.   </description>
  15.   <category>Computers</category>
  16.   <link>http://www.filext.com/</link>
  17.   
  18.   <script><![CDATA[
  19.     function fe(q)
  20.     {
  21.       if( nullArgs("fe",q) )
  22.         return false;
  23.       else
  24.       {
  25.         q = q.toLowerCase();
  26.         if ( /^[a-z]$/i.test(q) || ( q == 'sym' ) || ( q == 'num' ) )
  27.           openSearchWindow("http://www.filext.com/" + q + ".htm");
  28.         else
  29.           nullArgs("fe","?");
  30.       }
  31.     }
  32.   ]]></script>
  33.  
  34.   <copyright>
  35.     Copyright (c) 2002 David Bau
  36.     Distributed under the terms of the
  37.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39. </search>